Prizm Content Connect
Configuring Ports for the Prizm Platform Services

The Prizm Platform Services consist of several processes that are listening on various ports of the server. Most of these ports are only accessed internally from within the server by the Prizm Platform Services themselves. We recommend leaving the default ports unchanged unless they present a conflict with ports already in use on your servers.

Ports in the Watchdog Configuration

As its name implies, the Watchdog is a process that watches over all of the internal processes which make up the Prizm Platform Services. It is also responsible for starting and stopping these processes. Most of the ports used by these processes are defined in the Watchdog’s configuration file. The defaults paths for this file are:

In this file a number of ports are defined (only one or two at most need to be exposed publicly; the rest are only for internal communication on the server itself). As mentioned above, it is recommended you only change these ports if they cause port conflicts on the server hosting the Prizm Platform Services.

If your application is hosted on a different server than the server hosting the Prizm Platform Services, there is at least one port defined in the Watchdog configuration file that you will need to open in any firewalls. These ports are defined in the properties cep_port and sep_port. The cep_port is only used in Multi-Server Mode.

Example
Copy Code
{
…
    "sep_port": 18681,
    "cep_port": 18682,
…
}

Ports in Other Configurations

There are two other locations where internal ports are defined for the Prizm Platform Services, specifically for two internal services, the Raster Conversion Service and the PDF Conversion Service.

Windows

Linux

If ports in either of the above configuration files are changed, a corresponding update is required in one of the configuration files listed below. Please set the new ports in one of both of the XML elements named RasterConversionServicePort, OfficeConversionServicePort and PdfConversionServicePort.

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback